Skip to content

feat(session-ingest): relay compatible instance metadata safely - #5666

Merged
iscekic merged 3 commits into
mainfrom
mobile-ux-ad6d-s1
Sep 1, 2026
Merged

feat(session-ingest): relay compatible instance metadata safely#5666
iscekic merged 3 commits into
mainfrom
mobile-ux-ad6d-s1

Conversation

@iscekic

@iscekic iscekic commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

No new behavior — The app keeps the same screens, controls, and available actions while this change supports older connections.


Summary

instanceSchema adds optional kind, startedAt, and gitBranch to Instance and CLIOutboundMessageSchema; older producers can omit them or the whole instance.
kind accepts cli or remote; startedAt requires a 24-character datetime with exactly three fractional-second digits.
gitBranch accepts zero to 24 characters, and invalid supplied metadata still causes heartbeat rejection.

Files
  • services/session-ingest/src/types/user-connection-protocol.ts — Source; modified; 6 additions, 1 deletion. Retains name, projectName, and version. Identifies terminal and remote processes while keeping metadata optional until older producers and attachments retire.
  • services/session-ingest/src/types/user-connection-protocol.test.ts — Test; modified; 60 additions, 0 deletions. Expands the protocol test file.

ConnectedInstanceRow adopts Instance, and getConnectedInstances includes supplied details while preserving legacy rows without replacement values.
handleHeartbeat tries the full attachment, then retries without kind, startedAt, and gitBranch only for the native 16,384-byte capacity error.
The retry preserves current heartbeat data and legacy identity; unrelated errors and failed retries still propagate.

Files
  • services/session-ingest/src/dos/UserConnectionDO.ts — Source; modified; 34 additions, 7 deletions. Reads metadata from the latest attachment, including hibernated connections. Retains identity, closed-socket, and 30-second heartbeat filters. The single retry requires an Error named Error and at least one new metadata field. It retains sessions, heartbeat time, protocol version, capabilities, authenticated identity, and legacy name, projectName, and version. A successful retry leaves listings without the three optional fields. Successful writes retain sessions.heartbeat and heartbeat_ack. Compatibility remains until older producers and attachments retire and enriched heartbeats demonstrate native capacity safety.
  • services/session-ingest/src/dos/UserConnectionDO.test.ts — Test; modified; 265 additions, 50 deletions. Revises the connection object test file.
  • services/session-ingest/src/routes/api.test.ts — Test; modified; 34 additions, 0 deletions. Expands the ingest route test file.

USER_CONNECTION_DO and the test-only v3 migration make UserConnectionDO available to the integration worker through new_sqlite_classes.
The native attachment compatibility test can use the Durable Object without a production migration.

Files
  • services/session-ingest/wrangler.test.jsonc — Source; modified; 8 additions, 0 deletions. Adds the test binding and SQLite class registration to the authored Wrangler configuration.
  • services/session-ingest/test/integration/user-connection-attachment.test.ts — Test; added; 181 additions, 0 deletions. Adds the native heartbeat attachment compatibility target named by continuous integration (CI).
  • services/session-ingest/test/test-worker.ts — Test helper; modified; 2 additions, 0 deletions. Updates the worker entry point for Wrangler integration tests.

pull_request no longer restricts the base branch in the CI workflows, allowing checks for stacked pull requests.
The workspace-tests job adds a cloudflare-session-ingest integration step for native heartbeat attachment compatibility after workspace tests.
push still targets only main; existing change detection, mobile path filters, job conditions, and workflow_call remain.

Files
  • .github/workflows/ci.yml — Source; modified; 4 additions, 1 deletion. Removes the base filter. Runs pnpm --filter cloudflare-session-ingest run test:integration test/integration/user-connection-attachment.test.ts after workspace tests for the matching matrix entry.
  • .github/workflows/extension-ci.yml — Source; modified; 0 additions, 1 deletion. Removes the base filter while preserving extension change detection for verification, Firefox builds, and Chrome end-to-end tests.
  • .github/workflows/kilo-app-ci.yml — Source; modified; 0 additions, 1 deletion. Removes the base filter while preserving mobile and dependency path filters, reusable calls, and verification jobs.
  • scripts/changed-dependencies.test.mjs — Test; modified; 86 additions, 0 deletions. Expands the dependency change detection test file.

Tests: 6 files (1 added, 5 modified; 628 additions, 50 deletions): changed-dependencies.test.mjs, UserConnectionDO.test.ts, api.test.ts, user-connection-protocol.test.ts, user-connection-attachment.test.ts, and test-worker.ts.
Generated: 0 files changed.


Visual Changes

Visual Changes: N/A

This pull request changes no screens. N/A means no accepted attachment report; the complete section includes visual changes.

Verification

Local end-to-end verification on an iOS simulator, 2026-09-01. Seven of nine checks passed. Two have partial coverage.

This section covers the stack's six PRs together: #5666, #5668, #5677, #5680, #5685, and #5686.

No product bug was found. No product source changed. The worktree stayed clean.

Check Result Note
A1. Cloud Agent first, then Remotes, then Terminals PASS Both group headers rendered, in that order.
A2. Each group has its own icon PASS Cloud Agent a cloud, Remotes a server, Terminals a terminal.
A3. Rows show the branch and start time, shortened and localized PASS See the shortening and locale evidence below.
A4. Matching identities each show their own short code PASS Two identical relays showed #77537b and #481fd3 on separate lines.
A5. Names and projects wrap instead of truncating PASS Verified at the largest native text size and with a long project name.
D2. The live badge survives a tab switch PASS The Agents tab kept its numeric badge on Home and Profile.
D3. The count clears when the last session exits PASS Agents showed "Nothing running right now" with no count or badge.
C. History rows show liveness PARTIAL The live dot and "JUST NOW" rendered. No nonzero session cost was established, so cost retention is unverified.
D1. Live counts are organization-scoped PARTIAL Personal scope verified. The test account exposed no organization selector, so scoped counting is untested.

Remotes and locale evidence

The installed CLI 7.5.6 reports no kind, so every real relay lands under Terminals and the Remotes group is unreachable through it. A stand-in producer therefore attached over the real CLI WebSocket contract (/api/user/cli, instanceSchema in services/session-ingest/src/types/user-connection-protocol.ts) and heartbeat an instance identity. Everything below the CLI process is the shipped path: the durable object, getConnectedInstances, activeSessions.listInstances, and the picker.

Two kind: 'remote' instances and one kind: 'cli' instance produced:

  • Grouping and order. Cloud Agent, then REMOTES with both remote rows, then TERMINALS with the terminal row.
  • Branch shortening. feature/remotes-verify1 is 23 code points and rendered as feature/remotes-veri…, exactly the documented 20-code-point boundary.
  • Missing facts stay absent. The instance with no startedAt rendered main alone, with no separator and no date.
  • Localized dates. English rendered Started Sep 1, 2026 at 7:51 AM. German rendered Gestartet 1. Sept. 2026, 07:51 — day-first, German month, 24-hour clock.
  • Localized group headings. REMOTES became REMOTE-INSTANZEN in German.
  • Accessible labels. Each row announced its group, identity, and facts together: Remotes, ci-runner-eu-west on cloud, and feature/remotes-veri… · Started Sep 1, 2026 at 7:51 AM.
  • Stable row identifiers. instance-picker-row-3c7b01, -fe6b0a, and -377bcd were byte-identical across both locales, so the identifier does not depend on displayed facts.
  • Selection. Tapping a Remotes row closed the sheet and set the control to Run on: ci-runner-eu-west · cloud.

Untested condition

The offline banner is driven only by NetInfo device connectivity. createOfflineBannerStore commits online as soon as NetInfo reports a connection and runs its HTTP probe only to suppress a false NetInfo offline report (apps/mobile/src/lib/offline-banner-state.ts:67-88). A backend-only outage with the device still online therefore shows no banner by design. A real device-wide outage was not simulated, so that path has no runtime verdict.

Setup

  • Real worktree stack (14 services) and Metro, branch mobile-ux-ad6d-s6, simulator iPhone 17 Pro on iOS 26.5.
  • Sign-in through the normal email-code screen, with the code read from the locally captured outbound email.
  • Taps and accessibility inspection through AXe. Screenshots captured with xcrun simctl io <udid> screenshot.
  • Full report and images: /Users/igor/Projects/.scratch/local-e2e-ux/.

Unrelated observation

After "Allow once" on a tool permission, repeated Back taps did not leave the chat screen; a cold restart restored navigation. Evidence: /Users/igor/Projects/.scratch/local-e2e-ux/C-back-stuck.png. None of these six PRs touch navigation, and the symptom was not reproduced in a second round. It needs a real CLI relay executing a command to reproduce, so it is recorded here rather than diagnosed.

@kilo-code-bot

kilo-code-bot Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Executive Summary

Reviewed the session-ingest instance-metadata protocol, attachment-capacity retry, native Workers regression, and stacked-PR CI admission changes; no high-confidence correctness, security, or runtime issues on changed lines.

Files Reviewed (12 files)
  • .github/workflows/ci.yml
  • .github/workflows/extension-ci.yml
  • .github/workflows/kilo-app-ci.yml
  • scripts/changed-dependencies.test.mjs
  • services/session-ingest/src/dos/UserConnectionDO.ts
  • services/session-ingest/src/dos/UserConnectionDO.test.ts
  • services/session-ingest/src/routes/api.test.ts
  • services/session-ingest/src/types/user-connection-protocol.ts
  • services/session-ingest/src/types/user-connection-protocol.test.ts
  • services/session-ingest/test/integration/user-connection-attachment.test.ts
  • services/session-ingest/test/test-worker.ts
  • services/session-ingest/wrangler.test.jsonc

Reviewed by grok-4.6 · Input: 106.5K · Output: 21.4K · Cached: 892.7K

Review guidance: REVIEW.md from base branch main

@iscekic
iscekic merged commit 1272c1c into main Sep 1, 2026
22 checks passed
@iscekic
iscekic deleted the mobile-ux-ad6d-s1 branch September 1, 2026 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

human-ready The PR is ready for human review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants